VimIMContext.addOnExecuteCommand

The signal is emitted when a command should be executed. This might be something like :wq or :e <path>.

If the application chooses to implement this, it should return %TRUE from this signal to indicate the command has been handled.

class VimIMContext
addOnExecuteCommand
(
bool delegate
(
string
,)
dlg
,)

Return Value

Type: gulong

%TRUE if handled; otherwise %FALSE.

Meta